(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <exec/ports.h>
#include <proto/alib.h>
struct MsgPort * CreatePort()
SYNOPSIS
STRPTR name
LONG pri

FUNCTION
Allocate and initialize a new Exec message port. You must use DeletePort() to get rid of it.

INPUTS
name
The name of the new port. The string is not copied
pri
The priority of the port.
RESULT
A pointer to the new message port or NULL if no memory or no signal was available.

NOTES
EXAMPLE
BUGS
SEE ALSO
DeletePort(), CreateMsgPort(), DeleteMsgPort()
INTERNALS
HISTORY
27.01.1997 ldp
Include proto instead of clib
04.12.1996 aros
Copy priority

If the port has a name, then make it publically visible

28.11.1996 aros
A couple of new functions in amiga.lib

Easier code to handle stacktags and stackmethods.